No Provider For Http { Http Native}

[Solved] No Provider For Http { Http Native} | Typescript - Code Explorer | yomemimo.com
Question : No provider for HTTP! { HTTP Native}

Answered by : augusto-vicente

// add the provider in the app module
import { HTTP } from '@ionic-native/http/ngx';
@NgModule({
providers: [	HTTP,	]
})

Source : | Last Update : Sun, 14 Jun 20

Answers related to no provider for http { http native}

Code Explorer Popular Question For Typescript